home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00064_exit screen.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
219 b
|
20 lines
property pTimer
on beginSprite
pTimer = now()
end
on exitFrame
if (ticksSince(pTimer) < seconds(3)) and not (the mouseDown) then
go(the frame)
end if
end
on keyDown
go("out")
end
on idle
nothing()
end